home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1988 / Aug-Sep 88 / More on WriteLn ⁄ 10.25.88 ⁄ < prev    next >
Encoding:
Text File  |  1991-03-06  |  618 b   |  26 lines  |  [TEXT/GEOL]

  1. Item    7936718                         25-Oct-88        15:44
  2.  
  3. From:   D0756                           Tradenet, Dev, Adam Wildavsky
  4.  
  5. To:     UK0016                          Icon Technology UK
  6.  
  7. cc:     MACAPP.TECH$                    MACAPP Tech
  8.  
  9. Sub:    More on WriteLn
  10.  
  11. The problem with search is that it will find all WriteLn calls, legitimate and
  12. illegitimate. If I could find a utility which would preprocess an MPW file,
  13. stripping out code of the form
  14.  
  15. {$IFC FALSE}
  16. xxx
  17. {$ENDC}
  18.  
  19. then search would be all I'd need.  Unfortunately, neither Pascal, Pasmat, nor
  20. Pasref seem to be able to do this.
  21.  
  22. AW
  23.  
  24.  
  25.  
  26.